mirror of https://git.ffmpeg.org/ffmpeg.git
dec/developer: Add Valgrind / Address Sanitizer to the patch checklist
Reviewed-by: saste Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ef7fdc8cff
commit
1c14c3412e
|
@ -507,6 +507,9 @@ send a reminder by email. Your patch should eventually be dealt with.
|
|||
Make sure you check the return values of function and return appropriate
|
||||
error codes. Especially memory allocation functions like @code{av_malloc()}
|
||||
are notoriously left unchecked, which is a serious problem.
|
||||
@item
|
||||
Test your code with valgrind and or Address Sanitizer to ensure it's free
|
||||
of leaks, out of array accesses, etc.
|
||||
@end enumerate
|
||||
|
||||
@section Patch review process
|
||||
|
|
Loading…
Reference in New Issue