No tags for this post.
Squashing in Git In this post we demonstrate different ways to squash commits in Git. The term squashing refers to consolidating multiple commits into one single commit, for the purpose of simplifying the project history. There are several ways to perform this task in Git. Interactive rebase > git rebase --interactive The Squash Command One, […]
Read More
Mozilla just published a security advisory (CVE-2016-2814) regarding a bug I reported against Firefox. The defect causes an overflow in libstagefright which is used for video playback. This causes a (potentially) exploitable crash triggered by specially designed video data. The issue has been resolved in the latest version of Firefox (46) and both ESR versions […]
Read More