corazawaf / libcoraza

OWASP Coraza C connector
Other
18 stars 7 forks source link

fixed: transactionToPtr always returns same transaction #30

Closed potats0 closed 1 year ago

potats0 commented 1 year ago

transactionToPtr always returns same transaction. In function, poiner u is different when the function is called. But pointer u refers same address. Hence transaction is always duplicate.

potats0 commented 1 year ago

The function should returns the pointer u address, not pointer u referred memory address.

potats0 commented 1 year ago
image
jcchavezs commented 1 year ago

Nice collaboration.