[PATCH v2 0/2] fix a possible NULL dereference

2015-11-19 Thread LABBE Corentin
Hello The main goal of this patch series is to fix a possible NULL dereference. Even if the probability of this case is very low, fixing it made static analyzers happy. In the same time it permits to remove a "cast that drop const qualifiers. Regards Changes since v1 - Use

[PATCH v2 0/2] fix a possible NULL dereference

2015-11-19 Thread LABBE Corentin
Hello The main goal of this patch series is to fix a possible NULL dereference. Even if the probability of this case is very low, fixing it made static analyzers happy. In the same time it permits to remove a "cast that drop const qualifiers. Regards Changes since v1 - Use