lp:~mc-return/compiz/compiz.merge-fix1101641-use-snprintf-instead-of-sprintf

Created by MC Return and last modified
Get this branch:
bzr branch lp:~mc-return/compiz/compiz.merge-fix1101641-use-snprintf-instead-of-sprintf
Only MC Return can upload to this branch. If you are MC Return please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
MC Return
Project:
Compiz
Status:
Merged

Recent revisions

3593. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf () with a buffer size of 128, as the definition says char buf[128]

3592. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf ()
with a buffer size of 128, as the definition says char buf[128]

3591. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf ()
with a buffer size of 128 twice, as the definition says char buf[128]

3590. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf ()
with a buffer size of 8192 three times, as the definition says char buf[8192]

3589. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf ()
with a buffer size of 256 twice, as the definition says char screenName[256] and char path[256]

3588. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf ()
with a buffer size of 256, as the definition says char name[256]

3587. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf () with a buffer size of 128, as the definition says char buf[128]

3586. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf ()
with a buffer size of 128 twice, as the definition says char str[128] and char buf[128]

3585. By MC Return

Followed a recommendation of Coverity and replaced sprintf () with snprintf () with a buffer size of 128, as the definition says char buf[128].

(LP: #957582). Fixes: https://bugs.launchpad.net/bugs/957582.

Approved by Stephen M. Webb, Sam Spilsbury.

3584. By Stephen M. Webb

Fix the reliance on undefined behaviour in the plugin loader.

Approved by Christopher Townsend, PS Jenkins bot.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:compiz/0.9.9
This branch contains Public information 
Everyone can see this information.

Subscribers