OSDN Git Service

crypto: api - Check spawn->alg under lock in crypto_drop_spawn
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / scripts / decode_stacktrace.sh
index 00d6d53..4f5e76f 100755 (executable)
@@ -64,7 +64,7 @@ parse_symbol() {
        fi
 
        # Strip out the base of the path
-       code=${code//$basepath/""}
+       code=${code#$basepath/}
 
        # In the case of inlines, move everything to same line
        code=${code//$'\n'/' '}