You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Mark Nunberg,
We have found a NULL pointer dereference issue in glib-datatype example in jsonsl.
The crash input is automatically generated by our test generation tool FOCAL.
You can find crash2.json in crash2.zip
Here are details to reproduce the NULL pointer dereference.
OS & Compiler
Ubuntu Linux 16.04 x64 and GCC 5.4.0
Build command $ CFLAGS="-fsanitize=address" make clean check $ cd examples && CFLAGS="-fsanitize=address" make clean all && cd -
Run command $ ./examples/glib-datatypes crash2.json
Dear Mark Nunberg,
We have found a NULL pointer dereference issue in glib-datatype example in jsonsl.
The crash input is automatically generated by our test generation tool FOCAL.
You can find crash2.json in crash2.zip
Here are details to reproduce the NULL pointer dereference.
Ubuntu Linux 16.04 x64 and GCC 5.4.0
$ CFLAGS="-fsanitize=address" make clean check
$ cd examples && CFLAGS="-fsanitize=address" make clean all && cd -
$ ./examples/glib-datatypes crash2.json
The text was updated successfully, but these errors were encountered: