diff options
author | Nathan Kinder <nkinder@redhat.com> | 2010-09-14 11:43:09 -0700 |
---|---|---|
committer | Nathan Kinder <nkinder@redhat.com> | 2010-09-15 09:11:05 -0700 |
commit | 09653dc9d5719d171d71c2b92c9fe8bff94ed4b6 (patch) | |
tree | 7b7bef8ff97d0f8a3d8b7f90f2abc25522d703d8 /configure.ac | |
parent | 30d6b1ea5c6a7f1f774bb86bea0d995cd9e45f20 (diff) | |
download | ds-09653dc9d5719d171d71c2b92c9fe8bff94ed4b6.tar.gz ds-09653dc9d5719d171d71c2b92c9fe8bff94ed4b6.tar.xz ds-09653dc9d5719d171d71c2b92c9fe8bff94ed4b6.zip |
Bug 630097 - (cov#15464) NULL dereference in repl code
If the attr parameter that is passed to my_ber_scanf_attr() is
NULL, we jump to the loser label where we clean up memory we may
have allocated. We dereference attr without first checking if it
is NULL in this clean-up code. We need to check if attr is NULL
before dereferencing it.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions