===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pd-tclpd-0.3.0/debian/patches/fix_format-security.patch-9-@@ -68,7 +68,7 @@
pd-tclpd-0.3.0/debian/patches/fix_format-security.patch:10:     Tcl_Eval(tclpd_interp, "set current_auto_path $auto_path");
pd-tclpd-0.3.0/debian/patches/fix_format-security.patch-11-     snprintf(buf, MAXPDSTRING, "set auto_path \"{%s} $auto_path\"", dirbuf);
##############################################
pd-tclpd-0.3.0/.pc/fix_format-security.patch/tcl_loader.c-67-    // add current dir to the Tcl auto_path so objects can use local packages
pd-tclpd-0.3.0/.pc/fix_format-security.patch/tcl_loader.c:68:    Tcl_Eval(tclpd_interp, "set current_auto_path $auto_path");
pd-tclpd-0.3.0/.pc/fix_format-security.patch/tcl_loader.c-69-    snprintf(buf, MAXPDSTRING, "set auto_path \"{%s} $auto_path\"", dirbuf);
##############################################
pd-tclpd-0.3.0/.pc/fix_format-security.patch/tcl_loader.c-84-    // reset auto_path
pd-tclpd-0.3.0/.pc/fix_format-security.patch/tcl_loader.c:85:    Tcl_Eval(tclpd_interp, "set auto_path $current_auto_path");
pd-tclpd-0.3.0/.pc/fix_format-security.patch/tcl_loader.c-86-
##############################################
pd-tclpd-0.3.0/tcl_loader.c-67-    // add current dir to the Tcl auto_path so objects can use local packages
pd-tclpd-0.3.0/tcl_loader.c:68:    Tcl_Eval(tclpd_interp, "set current_auto_path $auto_path");
pd-tclpd-0.3.0/tcl_loader.c-69-    snprintf(buf, MAXPDSTRING, "set auto_path \"{%s} $auto_path\"", dirbuf);
##############################################
pd-tclpd-0.3.0/tcl_loader.c-84-    // reset auto_path
pd-tclpd-0.3.0/tcl_loader.c:85:    Tcl_Eval(tclpd_interp, "set auto_path $current_auto_path");
pd-tclpd-0.3.0/tcl_loader.c-86-