Commits for galt
switch to files view, user index
v285_base to v286_preview (2013-06-18 to 2013-06-24) v286
- oops, I accidentally deleted the single quotes around the path field somehow, this puts them back the way it was.
- src/hg/lib/liftOverChain.c - lines changed 1, context: html, text, full: html, text
- found sql code that needed protection against sql injection
- src/hg/lib/annoStreamDb.c - lines changed 12, context: html, text, full: html, text
- fixing "force index (bin)" with %-s
- src/hg/hgTracks/chainTrack.c - lines changed 1, context: html, text, full: html, text
- src/hg/hgTracks/snakeTrack.c - lines changed 1, context: html, text, full: html, text
- fixes errors about: multiple occurrences of NOSQLINJ; and buffer overflow, size 32; in hgTracks found with bac end pairs track
- src/hg/hgTracks/simpleTracks.c - lines changed 2, context: html, text, full: html, text
- unneeded %s for literal query
- dealing with code looking for split tableNames which unfortunately use chrom names with dashes which mysql does not allow.
- fix bug related to multiple NOSQLINJ prefixes found
- src/hg/near/hgNear/knownGene.c - lines changed 12, context: html, text, full: html, text
- fixes error in hgNear (found in rn4 partial fix for #7129) " %s value is NULL which is incorrect."
- src/hg/near/hgNear/go.c - lines changed 8, context: html, text, full: html, text
- going back to using %-s in sqlSafef rather than the sqlDyString functions
switch to files view, user index