mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 14:41:04 -04:00
Fixed sql injection bug using sqlite prepared statements.
added more doc detail to contentvalue (put takes private copy of data). binds to content pointers take private copy of content. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6320 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
533d1f429a
commit
c5c559ffe1
7 changed files with 372 additions and 180 deletions
|
@ -99,6 +99,7 @@ public:
|
|||
|
||||
/*!
|
||||
* Adds a value to the set
|
||||
* Takes a private copy of data
|
||||
* @param key the name of the value to put
|
||||
* @param value the data for the value to put
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue