aeaa2a8c8cefd1e06c6220a39885626528e9c44b
[smatch.git] / smatch_data / db / fixup_all.sh
blobaeaa2a8c8cefd1e06c6220a39885626528e9c44b
1 #!/bin/bash
3 # mark some paramaters as coming from user space
4 cat << EOF | sqlite3 smatch_db.sqlite
6 update return_states set return = '0-u32max[<=p1]' where function = 'strnlen';
8 EOF