Skip to content
Commit ed2cc6cc authored by Lenny Maiorani's avatar Lenny Maiorani
Browse files

Eliminates an assert in the strncpy/strncat checker caused by not validating a...

Eliminates an assert in the strncpy/strncat checker caused by not validating a cast was successful. If the value of an argument was unknown, the cast would result in a NULL pointer which was later being dereferenced.

This fixes Bugzilla #9806.

llvm-svn: 130422
parent e07425a5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment