Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

call NULL addr #921

Open
pavel-orekhov opened this issue Oct 24, 2023 · 1 comment
Open

call NULL addr #921

pavel-orekhov opened this issue Oct 24, 2023 · 1 comment

Comments

@pavel-orekhov
Copy link

if (proto->fnat_in_handler) {

    /* L4 NAT translation */
    if (proto->fnat_in_handler) {
        err = proto->nat_out_handler(proto, conn, mbuf);
        if (err != EDPVS_OK)
    /* L4 NAT translation */
    if (proto->nat_out_handler) {
        err = proto->nat_out_handler(proto, conn, mbuf);
        if (err != EDPVS_OK)
@ywc689
Copy link
Collaborator

ywc689 commented Nov 24, 2023

fnat_in_handlernat_out_handler 都是静态注册的,具体哪个地址是空的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants