Skip to content
View ibranch7's full-sized avatar

Block or report ibranch7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Android-Native-Root-Detector Android-Native-Root-Detector Public

    Forked from reveny/Android-Native-Root-Detector

    A tool for detecting root on android

    Kotlin 1

  2. API API Public

    api(base on node.js)

    JavaScript

  3. KubePi KubePi Public

    Forked from 1Panel-dev/KubePi

    KubePi 是一个现代化的 K8s 面板,1Panel 官方出品。

    Go

  4. ysoserial ysoserial Public

    Forked from frohoff/ysoserial

    A proof-of-concept tool for generating payloads that exploit unsafe Java object deserialization.

    Java

  5. Static-Program-Analysis-Book Static-Program-Analysis-Book Public

    Forked from RangerNJU/Static-Program-Analysis-Book

    Getting started with static program analysis. 静态程序分析入门教程。

  6. winafl winafl Public

    Forked from googleprojectzero/winafl

    A fork of AFL for fuzzing Windows binaries

    C

32 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 1 commit in 1 repository

Created a pull request in ZLMediaKit/ZLMediaKit that received 4 comments

fix: 提前判断操作的是否为目录,避免对目录进行mmap操作,导致程序崩溃。

根本原因 在HttpBody.cpp中,getSharedMmap函数直接尝试对所有路径进行mmap操作,没有进行文件类型检查。 修复方案 添加目录检查

+7 −0 lines changed 4 comments
Loading