-
- Downloads
Fix idiodic check that a va_list != NULL
This breaks armv7 FreeBSD builds. Presumably it breaks anything else where va_list isn't a pointer too... and there's no real reason to expect a va_list to be a pointer except "it's a pointer on the platform I looked at".
Showing
- 3rdp/build/CMakeLists-cl.txt 1 addition, 0 deletions3rdp/build/CMakeLists-cl.txt
- 3rdp/build/CMakeLists.txt 1 addition, 0 deletions3rdp/build/CMakeLists.txt
- 3rdp/build/GNUmakefile 3 additions, 1 deletion3rdp/build/GNUmakefile
- 3rdp/build/cl-dont-validate-va-list.patch 11 additions, 0 deletions3rdp/build/cl-dont-validate-va-list.patch
3rdp/build/cl-dont-validate-va-list.patch
0 → 100644
Please register or sign in to comment