UnknownSec Bypass
403
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
git
/
contrib
/
coccinelle
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
hashmap.cocci
@ hashmap_entry_init_usage @ expression E; struct hashmap_entry HME; @@ - HME.hash = E; + hashmap_entry_init(&HME, E); @@ identifier f !~ "^hashmap_entry_init$"; expression E; struct hashmap_entry *HMEP; @@ f(...) {<... - HMEP->hash = E; + hashmap_entry_init(HMEP, E); ...>}
Copyright © 2025 - UnknownSec