# Blog: Introducing Falco 0.36.2

DevFeed: [Blog: Introducing Falco 0.36.2](<https://devfeed.tech/articles/blog-introducing-falco-0-36-2-32481.md>)

Original publisher: [Read original article](<https://falco.org/blog/falco-0-36-2/>)

Published: 2023-10-27T00:00:00Z

Content type: release

Language: en

Sources: [Falco - Falco](<https://devfeed.tech/sources/falco-falco.md>), [Falco - The Falco blog](<https://devfeed.tech/sources/falco-the-falco-blog.md>)

Topics: [Falco](<https://devfeed.tech/topics/falco.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Docker](<https://devfeed.tech/topics/docker.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [falco](<https://devfeed.tech/tags/falco.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

Falco 0.36.2 is a small patch release that fixes several bugs, including a possible segfault, improved modern BPF program-type detection, filtercheck issues for non-string types, and an uninitialized variable in the libscap BPF engine. The article also provides installation options and outlines future work.

## Source excerpt

Today we announce the release of Falco 0.36.2 🦅! Fixes Falco's 0.36.2 release is a small patch addressing a few bugs. It includes the following: Fixed a possible segfault caused by uninitialized variable in libsinsp::next() method call. (https://github.com/falcosecurity/falco/issues/2878) Improved supported program type detection for modern BPF; this ensures we can actually be sure that our BPF program type is unsupported when returning an error to the user. (https://github.com/falcosecurity/libs/pull/1404) Fixed a subtle bug in rawarg filtercheck for non-string types. (https://github.com/falcosecurity/libs/pull/1428) Fixed an uninitialized variable in the libscap bpf engine that lead to stdin getting closed while Falco soft restarted. (https://github.com/falcosecurity/libs/issues/1448) Thanks to everyone in the community for helping us in spotting these annoying bugs 🐛! You make Falco successful 🦅! Thanks as always to the Falco maintainers for their support and effort during the entire release process. Try it! 🏎 As usual, in case you just want to try out the stable Falco 0.36.2, you can install its packages following the process outlined in the docs: CentOS/Amazon Linux Debian/Ubuntu openSUSE Linux binary package Prefer to use a container image? No problem at all! 🐳 You can read more about running Falco with Docker in the docs. You can also find the Falcosecurity container images on the public AWS ECR gallery: falco falco-no-driver falco-driver-loader What next? 🔮 The community is active on many topics and we hope to deliver great features and many stability fixes once again during the next release cycle! The old falco-driver-loader script is showing its age and it's time to work on a more maintainable solution. falcoctl is a great candidate to host everything driver related, implement new features and make our lives easier when we need to install Falco drivers on a new machine. Our rule framework is brand new and we forsee many improvements and active development